home *** CD-ROM | disk | FTP | other *** search
- #ifndef _EV_IDLCLK_H
- #define _EV_IDLCLK_H
-
- #ifndef _SIDEFS_H
- # include <sidefs.h>
- #endif
- #ifndef _SIIDL_H
- # include <siidl.h>
- #endif
- #ifndef _SIFTS_H
- # include <sifts.h>
- #endif
- #ifndef _SIWIN_H
- # include <siwin.h>
- #endif
-
- extern IDL_T *IDL_clockOpen( FTSDAT_T *fts, int x0, int y0, unsigned int att, WIN_T *win, COLOR_T colCha, COLOR_T colBac);
-
- #endif
-